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 | 菴??倚?? | 1110010010111101001111110011111110011000110111110011111100111111 | e4bd3f3f98df3f3f |
EUC-JP | 菴??倚?? | 1110100010111111001111110011111111010000111000010011111100111111 | e8bf3f3fd0e13f3f |
UTF-8 | 菴뀀봾倚쒙쭓 | 111010001000111110110100111010111000000010000000111010111011010010111110111001011000000010011010111011001001001010011001111011001010110110010011 | e88fb4eb8080ebb4bee5809aec9299ecad93 |
UHC | 菴뀀봾倚쒙쭓 | 111001001110000010110010111010111001010010000101111010111110111110011100111011111010011110001011 | e4e0b2eb9485ebef9cefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)