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 | 缸???幸? | 1110001110011101001111110011111100111111100011010100101100111111 | e39d3f3f3f8d4b3f |
EUC-JP | 缸???幸? | 1110010111111101001111110011111100111111101110011010110000111111 | e5fd3f3f3fb9ac3f |
UTF-8 | 缸멱렭렰幸렩 | 111001111011110010111000111010111010100110110001111010111010000010101101111010111010000010110000111001011011100110111000111010111010000010101001 | e7bcb8eba9b1eba0adeba0b0e5b9b8eba0a9 |
UHC | 缸멱렭렰幸렩 | 111110011111110010111000111010001000111010111010100011101011110111111010101110011000111010110111 | f9fcb8e88eba8ebdfab98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)