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 | ?寒荊? | 001111111000101010100110100011000111010000111111 | 3f8aa68c743f |
EUC-JP | ?寒荊? | 001111111011010010101000101101111101010100111111 | 3fb4a8b7d53f |
UTF-8 | 뤋寒荊㎾ | 111010111010010010001011111001011010111110010010111010001000110110001010111000111000111010111110 | eba48be5af92e88d8ae38ebe |
UHC | 뤋寒荊㎾ | 1000111110111011111110011100111011111011101010101010011111010010 | 8fbbf9cefbaaa7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)