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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陰??蘊? | 10001001010000010011111100111111111001010101110100111111 | 89413f3fe55d3f |
EUC-JP | 陰??蘊? | 10110001101000100011111100111111111010011011111000111111 | b1a23f3fe9be3f |
UTF-8 | 陰쎌넱蘊귻 | 111010011001100110110000111011001000111010001100111010111000010010110001111010001001100010001010111010101011011110111011 | e999b0ec8e8ceb84b1e8988aeab7bb |
UHC | 陰쎌넱蘊귻 | 11101011111001001011110111101100100001101011000011101000101100111000001101000010 | ebe4bdec86b0e8b38342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)