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 | 霽??衆?堤 | 111010001100011100111111001111111000111101001111001111111001001011100111 | e8c73f3f8f4f3f92e7 |
EUC-JP | 霽??衆?堤 | 111100001100100100111111001111111011110110110000001111111100010011101001 | f0c93f3fbdb03fc4e9 |
UTF-8 | 霽漏ㄱ衆렪堤 | 111010011001110010111101111011111010010110001110111000111000010010110001111010001010000110000110111010111010000010101010111001011010000010100100 | e99cbdefa58ee384b1e8a186eba0aae5a0a4 |
UHC | 霽漏ㄱ衆렪堤 | 111100001011100011010010111010001010010010100001111100011110101110001110101110001111000010100111 | f0b8d2e8a4a1f1eb8eb8f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)