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 | 臆??魏▼? | 100010011011000000111111001111111110100110110000100000011010010100111111 | 89b03f3fe9b081a53f |
EUC-JP | 臆??魏▼? | 101100101011001000111111001111111111001010110010101000101010011100111111 | b2b23f3ff2b2a2a73f |
UTF-8 | 臆뜯뼹魏▼킊 | 111010001000011110000110111010111001110010101111111010111011110010111001111010011010110110001111111000101001011010111100111011011000001010001010 | e88786eb9cafebbcb9e9ad8fe296bced828a |
UHC | 臆뜯뼹魏▼킊 | 111001011110011010110110111000101001011010111100111010101110000010100001111001011011010010010110 | e5e6b6e296bceae0a1e5b496 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)