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 | 瓮ュ?節?? | 111000010100010010000011100001010011111110010000110111110011111100111111 | e14483853f90df3f3f |
EUC-JP | 瓮ュ?節?? | 111000011010010110100101111001010011111111000000111000010011111100111111 | e1a5a5e53fc0e13f3f |
UTF-8 | 瓮ュ츍節곁뼯 | 111001111001001110101110111000111000001110100101111011001011100010001101111001111010111110000000111010101011001110000001111010111011110010101111 | e793aee383a5ecb88de7af80eab381ebbcaf |
UHC | 瓮ュ츍節곁뼯 | 111010001011011110101011111001011010111010001000111011111011110110110000111001111001011010110010 | e8b7abe5ae88efbdb0e796b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)