To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???腋??B | 0011111100111111001111111110001111111100001111110011111101000010 | 3f3f3fe3fc3f3f42 |
EUC-JP | ???腋??B | 0011111100111111001111111110011011111110001111110011111101000010 | 3f3f3fe6fe3f3f42 |
UTF-8 | 琉쀢뵆腋뉙뮞B | 11101111101001111000110011101100100000001010001011101011101101011000011011101000100001011000101111101011100010011001100111101011101011101001111001000010 | efa78cec80a2ebb586e8858beb8999ebae9e42 |
UHC | 琉쀢뵆腋뉙뮞B | 11101011101001001001011111100010100101001000110011100100111111011000011111101101100100101010101001000010 | eba497e2948ce4fd87ed92aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)