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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ら佃? | 00111111001111111000001011100111100100101100111100111111 | 3f3f82e792cf3f |
EUC-JP | ??ら佃? | 00111111001111111010010011101001110001001101000100111111 | 3f3fa4e9c4d13f |
UTF-8 | 뤯헤ら佃깊 | 111010111010010010101111111011011001011110100100111000111000001010001001111001001011110110000011111010101011100110001010 | eba4afed97a4e38289e4bd83eab98a |
UHC | 뤯헤ら佃깊 | 10001111110111011100011111101100101010101110100111101110111011001011000111101101 | 8fddc7ecaae9eeecb1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)