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 | 鉈先。≫゚咲 | 11100111111010111001000011100110101000011000000111100010110111111000110111100111 | e7eb90e6a181e2df8de7 |
EUC-JP | 鉈先。≫゚咲 | 111011101110110111000000111010001000111010100001101000101110010010001110110111111011101011101001 | eeedc0e88ea1a2e48edfbae9 |
UTF-8 | 鉈先。≫゚咲 | 111010011000100110001000111001011000010110001000111011111011110110100001111000101000100110101011111011111011111010011111111001011001001010110010 | e98988e58588efbda1e289abefbe9fe592b2 |
UHC | ?先?≫?? | 0011111111100000101110110011111110100001111011010011111100111111 | 3fe0bb3fa1ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)