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 | 癲??釗d? | 111000011001111100111111001111111111101110111011100000101000010000111111 | e19f3f3ffbbb82843f |
EUC-JP | 癲??釗d? | 11100010101000010011111100111111100011111110001110100110101000111110010000111111 | e2a13f3f8fe3a6a3e43f |
UTF-8 | 癲됱떣釗d풚 | 111001111001100110110010111010111001000010110001111010111001011010100011111010011000011110010111111011111011110110000100111011011001001010011010 | e799b2eb90b1eb96a3e98797efbd84ed929a |
UHC | 癲됱떣釗d풚 | 111011111010011010001001111011001000101110110111111000011111001010100011111001001011111010011101 | efa689ec8bb7e1f2a3e4be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)