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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?驛弔? | 001111111110100110000011100100101010001000111111 | 3fe98392a23f |
EUC-JP | ?驛弔? | 001111111111000111100011110001001010010000111111 | 3ff1e3c4a43f |
UTF-8 | 뤗驛弔핦 | 111010111010010010010111111010011010100110011011111001011011110010010100111011011001010110100110 | eba497e9a99be5bc94ed95a6 |
UHC | 뤗驛弔핦 | 1000111111000111111001101011111011110000110000001100000101000010 | 8fc7e6bef0c0c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)