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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押??癲?? | 1000100110011111001111110011111111100001100111110011111100111111 | 899f3f3fe19f3f3f |
EUC-JP | 押??癲?? | 1011001010100001001111110011111111100010101000010011111100111111 | b2a13f3fe2a13f3f |
UTF-8 | 押꾩엺癲덉깫 | 111001101000101010111100111010101011111010101001111011001001011110111010111001111001100110110010111010111000110110001001111010101011100110101011 | e68abceabea9ec97bae799b2eb8d89eab9ab |
UHC | 押꾩엺癲덉깫 | 111001001110001110000100111011001001111010001100111011111010011010001000111011001000001110011011 | e4e384ec9e8cefa688ec839b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)