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 | ???昻i? | 0011111100111111001111111111101011010000100000101000100100111111 | 3f3f3ffad082893f |
EUC-JP | ????i? | 00111111001111110011111100111111101000111110100100111111 | 3f3f3f3fa3e93f |
UTF-8 | 了ㅴ폒昻i뒠 | 111011111010011010111010111000111000010110110100111011011000111110010010111001101001100010111011111011111011110110001001111010111001001010100000 | efa6bae385b4ed8f92e698bbefbd89eb92a0 |
UHC | 了ㅴ폒昻i뒠 | 111010001110011110100100111001001011110010011100111001001110100110100011111010011000101010011100 | e8e7a4e4bc9ce4e9a3e98a9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)