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 | 艶?兀?オ瘟 | 10001001100100000011111110011001010110010011111110000011010010011110000110001001 | 89903f99593f8349e189 |
EUC-JP | 艶?兀?オ瘟 | 10110001111100000011111111010001101110100011111110100101101010101110000111101001 | b1f03fd1ba3fa5aae1e9 |
UTF-8 | 艶쵾兀덄オ瘟 | 111010001000100110110110111011001011010110111110111001011000010110000000111010111000110110000100111000111000001010101010111001111001100010011111 | e889b6ecb5bee58580eb8d84e382aae7989f |
UHC | 艶쵾兀덄オ瘟 | 111001101111110110101101010110001110100010110100100010001110011110101011101010101110100010110000 | e6fdad58e8b488e7abaae8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)