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 | 癲??肉e? | 111000011001111100111111001111111001001111110111100000101000010100111111 | e19f3f3f93f782853f |
EUC-JP | 癲??肉e? | 111000101010000100111111001111111100011011111001101000111110010100111111 | e2a13f3fc6f9a3e53f |
UTF-8 | 癲얠뜾肉e렚 | 111001111001100110110010111011001001011010100000111010111001110010111110111010001000001010001001111011111011110110000101111010111010000010011010 | e799b2ec96a0eb9cbee88289efbd85eba09a |
UHC | 癲얠뜾肉e렚 | 111011111010011010111110111011001000110110111001111010111011111110100011111001011000111010101101 | efa6beec8db9ebbfa3e58ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)