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 | 脉芽街袰 | 1110001111110101100010011110100010001010010110001110010111011100 | e3f589e88a58e5dc |
EUC-JP | 脉芽街袰 | 1110011011110111101100101110101010110011101110011110101011011110 | e6f7b2eab3b9eade |
UTF-8 | 脉芽街袰 | 111010001000010010001001111010001000101010111101111010001010000110010111111010001010001010110000 | e88489e88abde8a197e8a2b0 |
UHC | ?芽街? | 001111111110010010110100110010101011011000111111 | 3fe4b4cab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)