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 | 鈺??魏?? | 1111101111000100001111110011111111101001101100000011111100111111 | fbc43f3fe9b03f3f |
EUC-JP | 鈺??魏?? | 100011111110001111010101001111110011111111110010101100100011111100111111 | 8fe3d53f3ff2b23f3f |
UTF-8 | 鈺쎌븮魏됱뒫 | 111010011000100010111010111011001000111010001100111010111011100010101110111010011010110110001111111010111001000010110001111010111001001010101011 | e988baec8e8cebb8aee9ad8feb90b1eb92ab |
UHC | 鈺쎌븮魏됱뒫 | 111010001010110110111101111011001001010110010111111010101110000010001001111011001000101010100101 | e8adbdec9597eae089ec8aa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)