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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鴦驚 | 0011111111101001111100011000101111000001 | 3fe9f18bc1 |
EUC-JP | ?鴦驚 | 0011111111110010111100111011011011000011 | 3ff2f3b6c3 |
UTF-8 | 뤙鴦驚 | 111010111010010010011001111010011011010010100110111010011010100110011010 | eba499e9b4a6e9a99a |
UHC | 뤙鴦驚 | 100011111100100011100100111011001100110011110011 | 8fc8e4ecccf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)