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 | 癲??踰?セ | 111000011001111100111111001111111110011011111010001111111000001101011010 | e19f3f3fe6fa3f835a |
EUC-JP | 癲??踰?セ | 111000101010000100111111001111111110110011111100001111111010010110111011 | e2a13f3fecfc3fa5bb |
UTF-8 | 癲얜짔踰ㅶセ | 111001111001100110110010111011001001011010011100111011001010011110010100111010001011100010110000111000111000010110110110111000111000001010111011 | e799b2ec969ceca794e8b8b0e385b6e382bb |
UHC | 癲얜짔踰ㅶセ | 111011111010011010111110111010111010001110011101111010111011001010100100111001101010101110111011 | efa6beeba39debb2a4e6abbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)