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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祀蜴祀炳 | 1110001001001010111001011000111011100010010010101110000001111010 | e24ae58ee24ae07a |
EUC-JP | 祀蜴祀炳 | 1110001110101011111010011110111011100011101010111101111111011011 | e3abe9eee3abdfdb |
UTF-8 | 祀蜴祀炳 | 111001111010010110000000111010001001110010110100111001111010010110000000111001111000001010110011 | e7a580e89cb4e7a580e782b3 |
UHC | 祀?祀炳 | 11011110111001010011111111011110111001011101110010111001 | dee53fdee5dcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)