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 | ??瞼? | 0011111100111111111000011101100100111111 | 3f3fe1d93f |
EUC-JP | ??瞼? | 0011111100111111111000101101101100111111 | 3f3fe2db3f |
UTF-8 | 룶끼瞼츯 | 111010111010001110110110111010111000000110111100111001111001111010111100111011001011100010101111 | eba3b6eb81bce79ebcecb8af |
UHC | 룶끼瞼츯 | 1000111110101011101100111010001011001100101000011010111101000100 | 8fabb3a2cca1af44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)