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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | ?瞳}v?瞳}vB | 0011111110010011101101010111110101110110001111111001001110110101011111010111011001000010 | 3f93b57d763f93b57d7642 |
EUC-JP | ?瞳}v?瞳}vB | 0011111111000110101101110111110101110110001111111100011010110111011111010111011001000010 | 3fc6b77d763fc6b77d7642 |
UTF-8 | 뇐瞳}v뇐瞳}vB | 1110101110000111100100001110011110011110101100110111110101110110111010111000011110010000111001111001111010110011011111010111011001000010 | eb8790e79eb37d76eb8790e79eb37d7642 |
UHC | 뇐瞳}v뇐瞳}vB | 10110011111110111101010011011010011111010111011010110011111110111101010011011010011111010111011001000010 | b3fbd4da7d76b3fbd4da7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)