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 | 陰??陰ъ? | 100010010100000100111111001111111000100101000001100001001000110000111111 | 89413f3f8941848c3f |
EUC-JP | 陰??陰ъ? | 101100011010001000111111001111111011000110100010101001111110110000111111 | b1a23f3fb1a2a7ec3f |
UTF-8 | 陰쎌넔陰ъ꺏 | 1110100110011001101100001110110010001110100011001110101110000100100101001110100110011001101100001101000110001010111010101011101010001111 | e999b0ec8e8ceb8494e999b0d18aeaba8f |
UHC | 陰쎌넔陰ъ꺏 | 111010111110010010111101111011001000011010011101111010111110010010101100111011001000001110110101 | ebe4bdec869debe4acec83b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)