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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裘峨署寀 | 1110010111100010100010011110001110001111100100001111101010100111 | e5e289e38f90faa7 |
EUC-JP | 裘峨署寀 | 111010101110010010110010111001011011110111110000100011111011101011011011 | eae4b2e5bdf08fbadb |
UTF-8 | 裘峨署寀 | 111010001010001110011000111001011011001110101000111001111011110110110010111001011010111110000000 | e8a398e5b3a8e7bdb2e5af80 |
UHC | ?峨署寀 | 00111111111001001011000111011111111111101111001111110010 | 3fe4b1dffef3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)