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 | 循??? | 1000111101111010001111110011111100111111 | 8f7a3f3f3f |
EUC-JP | 循??? | 1011110111011011001111110011111100111111 | bddb3f3f3f |
UTF-8 | 循롩둈女 | 111001011011111010101010111010111010000110101001111010111001000110001000111011111010011010000001 | e5beaaeba1a9eb9188efa681 |
UHC | 循롩둈女 | 1110001011100000100011101110100110001010010001001110010111111100 | e2e08ee98a44e5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)