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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 祀蜴Y祀蜴bE | 1110001001001010111001011000111001011001111000100100101011100101100011100110001001000101 | e24ae58e59e24ae58e6245 |
EUC-JP | 祀蜴Y祀蜴bE | 1110001110101011111010011110111001011001111000111010101111101001111011100110001001000101 | e3abe9ee59e3abe9ee6245 |
UTF-8 | 祀蜴Y祀蜴bE | 111001111010010110000000111010001001110010110100010110011110011110100101100000001110100010011100101101000110001001000101 | e7a580e89cb459e7a580e89cb46245 |
UHC | 祀?Y祀?bE | 110111101110010100111111010110011101111011100101001111110110001001000101 | dee53f59dee53f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)