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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??節?円 | 100010010111111000111111001111111001000011011111001111111000100101111110 | 897e3f3f90df3f897e |
EUC-JP | 円??節?円 | 101100011101111100111111001111111100000011100001001111111011000111011111 | b1df3f3fc0e13fb1df |
UTF-8 | 円랑쭫節찲円 | 111001011000011010000110111010111001111010010001111011001010110110101011111001111010111110000000111011001011000010110010111001011000011010000110 | e58686eb9e91ecadabe7af80ecb0b2e58686 |
UHC | 円랑쭫節찲円 | 111001011111011110110110111110111010011110011111111011111011110110101010010010001110010111110111 | e5f7b6fba79fefbdaa48e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)