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 | ??ご?串? | 0011111100111111100000101011001000111111100010111111100000111111 | 3f3f82b23f8bf83f |
EUC-JP | ??ご?串? | 0011111100111111101001001011010000111111101101101111101000111111 | 3f3fa4b43fb6fa3f |
UTF-8 | 룶죴ご룴串키 | 111010111010001110110110111011001010001110110100111000111000000110010100111010111010001110110100111001001011100010110010111011011000001010100100 | eba3b6eca3b4e38194eba3b4e4b8b2ed82a4 |
UHC | 룶죴ご룴串키 | 100011111010101110100001100011111010101010110100100011111010100111001101111110101100010110110000 | 8faba18faab48fa9cdfac5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)