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 | 鈺??映?? | 1111101111000100001111110011111110001001011001100011111100111111 | fbc43f3f89663f3f |
EUC-JP | 鈺??映?? | 100011111110001111010101001111110011111110110001110001110011111100111111 | 8fe3d53f3fb1c73f3f |
UTF-8 | 鈺깍슈映뽳풁 | 111010011000100010111010111010101011100110001101111011001000101010001000111001101001100010100000111010111011110110110011111011011001001010000001 | e988baeab98dec8a88e698a0ebbdb3ed9281 |
UHC | 鈺깍슈映뽳풁 | 111010001010110110110001111011111011110110110100111001111011000110010110111011111011111010001010 | e8adb1efbdb4e7b196efbe8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)