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 | 裵カ飼緖ミ爾 | 11111011101000101011011011111011111101111111101110001110110100001000111010100010 | fba2b6fbf7fb8ed08ea2 |
EUC-JP | 裵カ??ミ爾 | 1000111111011100110100111000111010110110001111110011111110001110110100001011110010100100 | 8fdcd38eb63f3f8ed0bca4 |
UTF-8 | 裵カ飼緖ミ爾 | 111010001010001110110101111011111011110110110110111011111010100010101011111001111011011110010110111011111011111010010000111001111000100010111110 | e8a3b5efbdb6efa8abe7b796efbe90e788be |
UHC | 裵??緖?爾 | 110110111101000100111111001111111101111111111101001111111110110010110011 | dbd13f3fdffd3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)