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 | 室??悉 | 100011101011101000111111001111111000111010111011 | 8eba3f3f8ebb |
EUC-JP | 室??悉 | 101111001011110000111111001111111011110010111101 | bcbc3f3fbcbd |
UTF-8 | 室릯뢗悉 | 111001011010111010100100111010111010011010101111111010111010001010010111111001101000001010001001 | e5aea4eba6afeba297e68289 |
UHC | 室릯뢗悉 | 1110001111111000100100001000111110001111010100101110001111111010 | e3f8908f8f52e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)