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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?├愉? | 1110000110011111001111111000010010100101100101101111100100111111 | e19f3f84a596f93f |
EUC-JP | 癲?├愉? | 1110001010100001001111111010100010100111110011001111101100111111 | e2a13fa8a7ccfb3f |
UTF-8 | 癲뺣├愉캻 | 111001111001100110110010111010111011101010100011111000101001010010011100111001101000010010001001111011001011101010111011 | e799b2ebbaa3e2949ce68489ecbabb |
UHC | 癲뺣├愉캻 | 11101111101001101001010111101011101001101010011111101010111100001011000001100001 | efa695eba6a7eaf0b061 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)