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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 躬牘豎躙 | 1110011101011010111000001010111111100110101100011110011101010111 | e75ae0afe6b1e757 |
EUC-JP | 躬牘豎躙 | 1110110110111011111000001011000111101100101100111110110110111000 | edbbe0b1ecb3edb8 |
UTF-8 | 躬牘豎躙 | 111010001011101010101100111001111000100110011000111010001011000110001110111010001011101010011001 | e8baace78998e8b18ee8ba99 |
UHC | 躬牘?? | 110011111110010111010100101110100011111100111111 | cfe5d4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)