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 | 要??蘊ゅ? | 100101110111011000111111001111111110010101011101100000101110001100111111 | 97763f3fe55d82e33f |
EUC-JP | 要??蘊ゅ? | 110011011101011100111111001111111110100110111110101001001110010100111111 | cdd73f3fe9bea4e53f |
UTF-8 | 要띹룴蘊ゅ꺅 | 111010001010011010000001111010111001110110111001111010111010001110110100111010001001100010001010111000111000001010000101111010101011101010000101 | e8a681eb9db9eba3b4e8988ae38285eaba85 |
UHC | 要띹룴蘊ゅ꺅 | 111010011010100110001101111010001000111110101001111010001011001110101010111001011011001010100110 | e9a98de88fa9e8b3aae5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)