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 | 傲?1節∽? | 10011000111111000011111110000010010100001001000011011111100000011110010000111111 | 98fc3f825090df81e43f |
EUC-JP | 傲?1節∽? | 11010000111111100011111110100011101100011100000011100001101000101110011000111111 | d0fe3fa3b1c0e1a2e63f |
UTF-8 | 傲졾1節∽쉰 | 111001011000001010110010111011001010000110111110111011111011110010010001111001111010111110000000111000101000100010111101111011001000100110110000 | e582b2eca1beefbc91e7af80e288bdec89b0 |
UHC | 傲졾1節∽쉰 | 111001111110110010100000111001011010001110110001111011111011110110100001111011111011110110101110 | e7eca0e5a3b1efbda1efbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)