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 | 澱?肄??? | 1001001101100010001111111110001111100101001111110011111100111111 | 93623fe3e53f3f3f |
EUC-JP | 澱?肄??? | 1100010111000011001111111110011011100111001111110011111100111111 | c5c33fe6e73f3f3f |
UTF-8 | 澱렢肄폈렰괏 | 111001101011111010110001111010111010000010100010111010001000001010000100111011011000111110001000111010111010000010110000111010101011010010001111 | e6beb1eba0a2e88284ed8f88eba0b0eab48f |
UHC | 澱렢肄폈렰괏 | 111011101111111010001110101100111110110010111101110001101111000110001110101111011011000110100011 | eefe8eb3ecbdc6f18ebdb1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)