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 | 帳??歪?? | 1001001010100000001111110011111110011000011000110011111100111111 | 92a03f3f98633f3f |
EUC-JP | 帳??歪?? | 1100010010100010001111110011111111001111110001000011111100111111 | c4a23f3fcfc43f3f |
UTF-8 | 帳쒙푽歪뉛숱 | 111001011011100010110011111011001001001010011001111011011001000110111101111001101010110110101010111010111000100110011011111011001000100010110001 | e5b8b3ec9299ed91bde6adaaeb899bec88b1 |
UHC | 帳쒙푽歪뉛숱 | 111011011110001110011100111011111011111010001000111010001110000010000111111011111011110110100010 | ede39cefbe88e8e087efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)