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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혧횉횏쩌쩔챗 | 111011011001100010100111111011011001101010001001111011011001101010001111111011001010100110001100111011001010100110010100111011001011000110010111 | ed98a7ed9a89ed9a8feca98ceca994ecb197 |
UHC | 혧횉횏쩌쩔챗 | 110000101000111111000011100001111100001110001011110000101011110011000010101111111100001110101010 | c28fc387c38bc2bcc2bfc3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)