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 | ???霓?? | 00111111001111110011111111101000101111010011111100111111 | 3f3f3fe8bd3f3f |
EUC-JP | 倻??霓?? | 100011111011000111110110001111110011111111110000101111110011111100111111 | 8fb1f63f3ff0bf3f3f |
UTF-8 | 倻딅젽霓뉖젫 | 111001011000000010111011111010111001010010000101111011001010000010111101111010011001110010010011111010111000100110010110111011001010000010101011 | e580bbeb9485eca0bde99c93eb8996eca0ab |
UHC | 倻딅젽霓뉖젫 | 111001011010011010001010111010111010000010101111111001111110011110000111111010111010000010100011 | e5a68aeba0afe7e787eba0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)