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 | 汀?腸?? | 10010010111100110011111110010010101100000011111100111111 | 92f33f92b03f3f |
EUC-JP | 汀?腸?? | 11000100111101010011111111000100101100100011111100111111 | c4f53fc4b23f3f |
UTF-8 | 汀렗腸닿ㄾ | 111001101011000110000000111010111010000010010111111010001000010110111000111010111000101110111111111000111000010010111110 | e6b180eba097e885b8eb8bbfe384be |
UHC | 汀렗腸닿ㄾ | 11101111111000101000111010101100111011011111001110110100111010101010010010101110 | efe28eacedf3b4eaa4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)