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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?荊秘艦?【 | 00111111100011000111010010010100111010011000101011001101001111111000000101111001 | 3f8c7494e98acd3f8179 |
EUC-JP | ?荊秘艦?【 | 00111111101101111101010111001000111010111011010011001111001111111010000111011010 | 3fb7d5c8ebb4cf3fa1da |
UTF-8 | 뤗荊秘艦퀚【 | 111010111010010010010111111010001000110110001010111001111010011110011000111010001000100110100110111011011000000010011010111000111000000010010000 | eba497e88d8ae7a798e889a6ed809ae38090 |
UHC | 뤗荊秘艦퀚【 | 100011111100011111111011101010101101110111111010111110011110011010110011100011101010000110111100 | 8fc7fbaaddfaf9e6b38ea1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)