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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 畑??h畑?? | 100101001010100000111111001111110110100010010100101010000011111100111111 | 94a83f3f6894a83f3f |
EUC-JP | 畑??h畑?? | 110010001010101000111111001111110110100011001000101010100011111100111111 | c8aa3f3f68c8aa3f3f |
UTF-8 | 畑대뜾h畑대뜾 | 11100111100101011001000111101011100011001000000011101011100111001011111001101000111001111001010110010001111010111000110010000000111010111001110010111110 | e79591eb8c80eb9cbe68e79591eb8c80eb9cbe |
UHC | 畑대뜾h畑대뜾 | 11101111101001011011010011101011100011011011100101101000111011111010010110110100111010111000110110111001 | efa5b4eb8db968efa5b4eb8db9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)