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 | 顆る㍽貂 | 1110100011110111100000101110100110000111100011101110011010111000 | e8f782e9878ee6b8 |
EUC-JP | 顆る?貂 | 11110000111110011010010011101011001111111110110010111010 | f0f9a4eb3fecba |
UTF-8 | 顆る㍽貂 | 111010011010000110000110111000111000001010001011111000111000110110111101111010001011001010000010 | e9a186e3828be38dbde8b282 |
UHC | 顆る?貂 | 11001110101010001010101011101011001111111111010110110000 | cea8aaeb3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)