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 | ??????L | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | 猿?濟?啼?L | 10001001100011100011111111100000010110100011111110011010011001010011111101001100 | 898e3fe05a3f9a653f4c |
EUC-JP | 猿?濟?啼?L | 10110001111011100011111111011111101110110011111111010011110001100011111101001100 | b1ee3fdfbb3fd3c63f4c |
UTF-8 | 猿렪濟렱啼렧L | 11100111100011001011111111101011101000001010101011100110101111111001111111101011101000001011000111100101100101011011110011101011101000001010011101001100 | e78cbfeba0aae6bf9feba0b1e595bceba0a74c |
UHC | 猿렪濟렱啼렧L | 11101010101110111000111010111000111100001010110110001110101111101111000010100110100011101011011001001100 | eabb8eb8f0ad8ebef0a68eb64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)