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 | 倭?い節?? | 100110000110000000111111100000101010001010010000110111110011111100111111 | 98603f82a290df3f3f |
EUC-JP | 倭?い節?? | 110011111100000100111111101001001010010011000000111000010011111100111111 | cfc13fa4a4c0e13f3f |
UTF-8 | 倭뗨い節댐쉭 | 111001011000000010101101111010111001011110101000111000111000000110000100111001111010111110000000111010111000110010010000111011001000100110101101 | e580adeb97a8e38184e7af80eb8c90ec89ad |
UHC | 倭뗨い節댐쉭 | 111010001101111010001011111010001010101010100100111011111011110110110100111011111011110110101101 | e8de8be8aaa4efbdb4efbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)