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 | 玉??彦? | 10001011110010100011111100111111100101010100011000111111 | 8bca3f3f95463f |
EUC-JP | 玉??彦? | 10110110110011000011111100111111110010011010011100111111 | b6cc3f3fc9a73f |
UTF-8 | 玉먪뵽彦텯 | 111001111000111010001001111010111010100010101010111010111011010110111101111001011011110110100110111011011000010110101111 | e78e89eba8aaebb5bde5bda6ed85af |
UHC | 玉먪뵽彦텯 | 11101000101011001001000011100111100101001011101111100101111010011011011101000010 | e8ac90e794bbe5e9b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)