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 | 暎??恙?? | 1001110111110011001111110011111110011100100110010011111100111111 | 9df33f3f9c993f3f |
EUC-JP | 暎??恙?? | 1101101011110101001111110011111111010111111110010011111100111111 | daf53f3fd7f93f3f |
UTF-8 | 暎얜젦恙쀫젣 | 111001101001101010001110111011001001011010011100111011001010000010100110111001101000000110011001111011001000000010101011111011001010000010100011 | e69a8eec969ceca0a6e68199ec80abeca0a3 |
UHC | 暎얜젦恙쀫젣 | 111001111011001010111110111010111010000010011110111001011011111110010111111010111010000010011100 | e7b2beeba09ee5bf97eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)