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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 齬??濡??\ | 111010101001011100111111001111111001010001000111001111110011111101011100 | ea973f3f94473f3f5c |
EUC-JP | 齬??濡??\ | 111100111111011100111111001111111100011110101000001111110011111101011100 | f3f73f3fc7a83f3f5c |
UTF-8 | 齬쒕젿濡덉꽌\ | 11101001101111011010110011101100100100101001010111101100101000001011111111100110101111111010000111101011100011011000100111101010101111011000110001011100 | e9bdacec9295eca0bfe6bfa1eb8d89eabd8c5c |
UHC | 齬쒕젿濡덉꽌\ | 11100101111000011001110011101011101000001011000111101011101000011000100011101100100001001001110001011100 | e5e19ceba0b1eba188ec849c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)