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 | 鈺??戈鈺? | 111110111100010000111111001111111001110011110111111110111100010000111111 | fbc43f3f9cf7fbc43f |
EUC-JP | 鈺??戈鈺? | 1000111111100011110101010011111100111111110110001111100110001111111000111101010100111111 | 8fe3d53f3fd8f98fe3d53f |
UTF-8 | 鈺잌뜔戈鈺잌 | 111010011000100010111010111011001001111010001100111010111001110010010100111001101000100010001000111010011000100010111010111011001001111010001100 | e988baec9e8ceb9c94e68888e988baec9e8c |
UHC | 鈺잌뜔戈鈺잌 | 111010001010110110011111111001011000110110010111110011011111110011101000101011011001111111100101 | e8ad9fe58d97cdfce8ad9fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)