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 | 壯ヤ?墻よ? | 10011010111000011000001110000100001111111001101011010100100000101110011000111111 | 9ae183843f9ad482e63f |
EUC-JP | 壯ヤ?墻よ? | 11010100111000111010010111100100001111111101010011010110101001001110100000111111 | d4e3a5e43fd4d6a4e83f |
UTF-8 | 壯ヤ툋墻よ눎 | 111001011010001110101111111000111000001110100100111011011000100010001011111001011010001010111011111000111000001010001000111010111000100010001110 | e5a3afe383a4ed888be5a2bbe38288eb888e |
UHC | 壯ヤ툋墻よ눎 | 111011011110000010101011111001001011100010000011111011011101111110101010111010001000011110101010 | ede0abe4b883eddfaae887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)