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 | ?然制??鏃 | 001111111001000101010010100100001010011100111111001111111110100001010110 | 3f915290a73f3fe856 |
EUC-JP | ?然制??鏃 | 001111111100000110110011110000001010100100111111001111111110111110110111 | 3fc1b3c0a93f3fefb7 |
UTF-8 | 뤗然制곡갼鏃 | 111010111010010010010111111001111000010010110110111001011000100010110110111010101011001110100001111010101011000010111100111010011000111110000011 | eba497e784b6e588b6eab3a1eab0bce98f83 |
UHC | 뤗然制곡갼鏃 | 100011111100011111100110110101001111000010100100101100001110111010110000101111101111000011101100 | 8fc7e6d4f0a4b0eeb0bef0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)