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 | ?聖?? | 0011111110010000101110010011111100111111 | 3f90b93f3f |
EUC-JP | ?聖?? | 0011111111000000101110110011111100111111 | 3fc0bb3f3f |
UTF-8 | 룶聖룴컦 | 111010111010001110110110111010001000000110010110111010111010001110110100111011001011101110100110 | eba3b6e88196eba3b4ecbba6 |
UHC | 룶聖룴컦 | 1000111110101011111000011010000110001111101010011011000010001111 | 8fabe1a18fa9b08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)