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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???俸??? | 0011111100111111001111111001010111101110001111110011111100111111 | 3f3f3f95ee3f3f3f |
EUC-JP | ???俸??? | 0011111100111111001111111100101011110000001111110011111100111111 | 3f3f3fcaf03f3f3f |
UTF-8 | 隣얏렫俸롛잴렫 | 111011111010011110110001111011001001011010001111111010111010000010101011111001001011111110111000111010111010000110011011111011001001111010110100111010111010000010101011 | efa7b1ec968feba0abe4bfb8eba19bec9eb4eba0ab |
UHC | 隣얏렫俸롛잴렫 | 1110110011100100101111101110011010001110101110011101110011100100100011101101111111000000111010101000111010111001 | ece4bee68eb9dce48edfc0ea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)