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 | 十??曄?? | 1000111101011100001111110011111110011110010000000011111100111111 | 8f5c3f3f9e403f3f |
EUC-JP | 十??曄?? | 1011110110111101001111110011111111011011101000010011111100111111 | bdbd3f3fdba13f3f |
UTF-8 | 十딇뢗曄걦뢉 | 111001011000110110000001111010111001010010000111111010111010001010010111111001101001101110000100111010101011000110100110111010111010001010001001 | e58d81eb9487eba297e69b84eab1a6eba289 |
UHC | 十딇뢗曄걦뢉 | 111001001010100010001010111011011000111101010010111001111010010110000001100011111000111101000101 | e4a88aed8f52e7a5818f8f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)