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 | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
SJIS-WIN | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
EUC-JP | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
UTF-8 | 뭂묪뭀묳hTB | 111010111010110110000010111010111010110010101010111010111010110110000000111010111010110010110011011010000101010001000010 | ebad82ebacaaebad80ebacb3685442 |
UHC | 뭂묪뭀묳hTB | 1001001001010001100100100100001010010010010011111001001001001010011010000101010001000010 | 92519242924f924a685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)