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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姙???珥儀 | 100110110100101100111111001111110011111111100000111000001000101101010110 | 9b4b3f3f3fe0e08b56 |
EUC-JP | 姙???珥儀 | 110101011010110000111111001111110011111111100000111000101011010110110111 | d5ac3f3f3fe0e2b5b7 |
UTF-8 | 姙얩렩ㅽ珥儀 | 111001011010011110011001111011001001011010101001111010111010000010101001111000111000010110111101111001111000111110100101111001011000010010000000 | e5a799ec96a9eba0a9e385bde78fa5e58480 |
UHC | 姙얩렩ㅽ珥儀 | 111011001111010110111110111011011000111010110111101001001110110111101100101101001110101111110000 | ecf5beed8eb7a4edecb4ebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)