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 | 癲??由?┿ | 111000011001111100111111001111111001011101010010001111111000010010111001 | e19f3f3f97523f84b9 |
EUC-JP | 癲??由?┿ | 111000101010000100111111001111111100110110110011001111111010100010111011 | e2a13f3fcdb33fa8bb |
UTF-8 | 癲삳쉘由⑼┿ | 111001111001100110110010111011001000001010110011111011001000100110011000111001111001010010110001111000101001000110111100111000101001010010111111 | e799b2ec82b3ec8998e794b1e291bce294bf |
UHC | 癲삳쉘由⑼┿ | 111011111010011010111011111010111011110110101001111010111010011010101001111011111010011010111011 | efa6bbebbda9eba6a9efa6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)