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 | 要や?節ラ? | 10010111011101101000001011100010001111111001000011011111100000111000100100111111 | 977682e23f90df83893f |
EUC-JP | 要や?節ラ? | 11001101110101111010010011100100001111111100000011100001101001011110100100111111 | cdd7a4e43fc0e1a5e93f |
UTF-8 | 要や퍢節ラ슑 | 111010001010011010000001111000111000001010000100111011011000110110100010111001111010111110000000111000111000001110101001111011001000101010010001 | e8a681e38284ed8da2e7af80e383a9ec8a91 |
UHC | 要や퍢節ラ슑 | 111010011010100110101010111001001011101110011001111011111011110110101011111010011001101010100000 | e9a9aae4bb99efbdabe99aa0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)