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 | 一?杖?稔 | 1000100011101010001111111000111111110001001111111001011010101011 | 88ea3f8ff13f96ab |
EUC-JP | 一?杖?稔 | 1011000011101100001111111011111011110011001111111100110010101101 | b0ec3fbef33fccad |
UTF-8 | 一렱杖렮稔 | 111001001011100010000000111010111010000010110001111001101001110110010110111010111010000010101110111001111010100010010100 | e4b880eba0b1e69d96eba0aee7a894 |
UHC | 一렱杖렮稔 | 11101100111010011000111010111110111011011110100010001110101110111110110011111001 | ece98ebeede88ebbecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)