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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跂懶スシ顋 | 1110011011100011100111001110111110111101101111001110100011111001 | e6e39cefbdbce8f9 |
EUC-JP | 跂懶スシ顋 | 11101100111001011101100011110001100011101011110110001110101111001111000011111011 | ece5d8f18ebd8ebcf0fb |
UTF-8 | 跂懶スシ顋 | 111010001011011110000010111001101000011110110110111011111011110110111101111011111011110110111100111010011010000110001011 | e8b782e687b6efbdbdefbdbce9a18b |
UHC | ?懶??? | 001111111101010011111011001111110011111100111111 | 3fd4fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)