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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?戍秘?? | 00111111100111001111100110010100111010010011111100111111 | 3f9cf994e93f3f |
EUC-JP | ?戍秘?? | 00111111110110001111101111001000111010110011111100111111 | 3fd8fbc8eb3f3f |
UTF-8 | 룶戍秘평룶 | 111010111010001110110110111001101000100010001101111001111010011110011000111011011000111110001001111010111010001110110110 | eba3b6e6888de7a798ed8f89eba3b6 |
UHC | 룶戍秘평룶 | 10001111101010111110001010100001110111011111101011000110111100101000111110101011 | 8fabe2a1ddfac6f28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)