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 | ???枇 | 0011111100111111001111111001010011111000 | 3f3f3f94f8 |
EUC-JP | ???枇 | 0011111100111111001111111100100011111010 | 3f3f3fc8fa |
UTF-8 | 뤈밥절枇 | 111010111010010010001000111010111011000010100101111011001010000010001000111001101001111010000111 | eba488ebb0a5eca088e69e87 |
UHC | 뤈밥절枇 | 1000111110111000101110011110010011000000111111011101110111101101 | 8fb8b9e4c0fddded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)