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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????棘? | 00111111001111110011111100111111100111101001100100111111 | 3f3f3f3f9e993f |
EUC-JP | ????棘? | 00111111001111110011111100111111110110111111100100111111 | 3f3f3f3fdbf93f |
UTF-8 | 쒀롒뤏쮱棘춲 | 111011001001001010000000111010111010000110010010111010111010010010001111111011001010111010110001111001101010001110011000111011001011011010110010 | ec9280eba192eba48fecaeb1e6a398ecb6b2 |
UHC | 쒀롒뤏쮱棘춲 | 101111101010110010001110110101111000111110111111101010001000111011010000101111101010110110001110 | beac8ed78fbfa88ed0bead8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)