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 | ?┸閻? | 001111111000010010111101111010001000010100111111 | 3f84bde8853f |
EUC-JP | ?┸閻? | 001111111010100010111111111011111110010100111111 | 3fa8bfefe53f |
UTF-8 | 뤗┸閻양 | 111010111010010010010111111000101001010010111000111010011001011010111011111011001001011010010001 | eba497e294b8e996bbec9691 |
UHC | 뤗┸閻양 | 1000111111000111101001101011111111100111101000101011111011100111 | 8fc7a6bfe7a2bee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)