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 | ??????^vB | 001111110011111100111111001111110011111100111111010111100111011001000010 | 3f3f3f3f3f3f5e7642 |
SJIS-WIN | ??????^vB | 001111110011111100111111001111110011111100111111010111100111011001000010 | 3f3f3f3f3f3f5e7642 |
EUC-JP | ??????^vB | 001111110011111100111111001111110011111100111111010111100111011001000010 | 3f3f3f3f3f3f5e7642 |
UTF-8 | 횄쨩횂짼횂혧^vB | 111011011001101010000100111011001010100010101001111011011001101010000010111011001010011110111100111011011001101010000010111011011001100010100111010111100111011001000010 | ed9a84eca8a9ed9a82eca7bced9a82ed98a75e7642 |
UHC | 횄쨩횂짼횂혧^vB | 110000111000001111000010101110111100001110000010110000101011001011000011100000101100001010001111010111100111011001000010 | c383c2bbc382c2b2c382c28f5e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)