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 | ?共? | 00111111100010111010010000111111 | 3f8ba43f |
EUC-JP | ?共? | 00111111101101101010011000111111 | 3fb6a63f |
UTF-8 | 뤈共댄 | 111010111010010010001000111001011000010110110001111010111000110010000100 | eba488e585b1eb8c84 |
UHC | 뤈共댄 | 100011111011100011001101111011001011010011101101 | 8fb8cdecb4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)