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 | 巍??鈺?? | 1001101111011001001111110011111111111011110001000011111100111111 | 9bd93f3ffbc43f3f |
EUC-JP | 巍??鈺?? | 110101101101101100111111001111111000111111100011110101010011111100111111 | d6db3f3f8fe3d53f3f |
UTF-8 | 巍ㅵ렞鈺잍뮈 | 111001011011011110001101111000111000010110110101111010111010000010011110111010011000100010111010111011001001111010001101111010111010111010001000 | e5b78de385b5eba09ee988baec9e8debae88 |
UHC | 巍ㅵ렞鈺잍뮈 | 111010001110010010100100111001011000111010101111111010001010110110011111111001101011100110111111 | e8e4a4e58eafe8ad9fe6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)