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 | 莉わ修荐 | 1110010010111011100000101110110110001111010000111110010010100110 | e4bb82ed8f43e4a6 |
EUC-JP | 莉わ修荐 | 1110100010111101101001001110111110111101101001001110100010101000 | e8bda4efbda4e8a8 |
UTF-8 | 莉わ修荐 | 111010001000111010001001111000111000001010001111111001001011111110101110111010001000110110010000 | e88e89e3828fe4bfaee88d90 |
UHC | 莉わ修? | 11010111111010011010101011101111111000011111001100111111 | d7e9aaefe1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)