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 | ?篁臍? | 001111111110001010111001111001000110000000111111 | 3fe2b9e4603f |
EUC-JP | ?篁臍? | 001111111110010010111011111001111100000100111111 | 3fe4bbe7c13f |
UTF-8 | 뤗篁臍쩈 | 111010111010010010010111111001111010111110000001111010001000011110001101111011001010100110001000 | eba497e7af81e8878deca988 |
UHC | 뤗篁臍쩈 | 1000111111000111111111001101011011110000101100001010010101000010 | 8fc7fcd6f0b0a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)