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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 跂倶音Z | 11100110111000111000101111100100100010011011100101011010 | e6e38be489b95a |
EUC-JP | 跂倶音Z | 11101100111001011011011011100110101100101011101101011010 | ece5b6e6b2bb5a |
UTF-8 | 跂倶音Z | 11101000101101111000001011100101100000001011011011101001100111111011001101011010 | e8b782e580b6e99fb35a |
UHC | ??音Z | 0011111100111111111010111110010101011010 | 3f3febe55a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)