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 | 宵リ宵乕宵リ | 10001111101010101101100010001111101010101110010101101000100011111010101011011000 | 8faad88faae5688faad8 |
EUC-JP | 宵リ宵乕宵リ | 101111101010110010001110110110001011111010101100111010011100100110111110101011001000111011011000 | beac8ed8beace9c9beac8ed8 |
UTF-8 | 宵リ宵乕宵リ | 111001011010111010110101111011111011111010011000111001011010111010110101111001001011100110010101111001011010111010110101111011111011111010011000 | e5aeb5efbe98e5aeb5e4b995e5aeb5efbe98 |
UHC | 宵?宵?宵? | 111000011011001000111111111000011011001000111111111000011011001000111111 | e1b23fe1b23fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)