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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮟大ォ蛾怱 | 111010011011101110010001111001011010101110001001111010011001110010000100 | e9bb91e5ab89e99c84 |
EUC-JP | 鮟大ォ蛾怱 | 11110010101111011100001011100111100011101010101110110010111010111101011111100100 | f2bdc2e78eabb2ebd7e4 |
UTF-8 | 鮟大ォ蛾怱 | 111010011010111010011111111001011010010010100111111011111011110110101011111010001001101110111110111001101000000010110001 | e9ae9fe5a4a7efbdabe89bbee680b1 |
UHC | 鮟大?蛾? | 1110010011010101110100111101111000111111111001001011011000111111 | e4d5d3de3fe4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)