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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 胡?砥?運? | 100011001101001100111111100100110111010100111111100010010101111000111111 | 8cd33f93753f895e3f |
EUC-JP | 胡?砥?運? | 101110001101010100111111110001011101011000111111101100011011111100111111 | b8d53fc5d63fb1bf3f |
UTF-8 | 胡렒砥렕運렯 | 111010001000001110100001111010111010000010010010111001111010000010100101111010111010000010010101111010011000000110001011111010111010000010101111 | e883a1eba092e7a0a5eba095e9818beba0af |
UHC | 胡렒砥렕運렯 | 111110111101011110001110101001111111001010110010100011101010101011101010101000011000111010111100 | fbd78ea7f2b28eaaeaa18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)