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 | ???節?? | 00111111001111110011111110010000110111110011111100111111 | 3f3f3f90df3f3f |
EUC-JP | 濚??節?? | 100011111100100110100001001111110011111111000000111000010011111100111111 | 8fc9a13f3fc0e13f3f |
UTF-8 | 濚믡뀿節뤹댆 | 111001101011111110011010111010111010111110100001111010111000000010111111111001111010111110000000111010111010010010111001111010111000110010000110 | e6bf9aebafa1eb80bfe7af80eba4b9eb8c86 |
UHC | 濚믡뀿節뤹댆 | 111001111011100110010010111000111000010110110101111011111011110110001111111001111000100010110000 | e7b992e385b5efbd8fe788b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)