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 | 橈??茵?├ | 100111101111010000111111001111111110010010011111001111111000010010100101 | 9ef43f3fe49f3f84a5 |
EUC-JP | 橈??茵?├ | 110111001111011000111111001111111110100010100001001111111010100010100111 | dcf63f3fe8a13fa8a7 |
UTF-8 | 橈볥돂茵뚳├ | 111001101010100110001000111010111011001110100101111010111000111110000010111010001000110010110101111010111001101010110011111000101001010010011100 | e6a988ebb3a5eb8f82e88cb5eb9ab3e2949c |
UHC | 橈볥돂茵뚳├ | 111010001111101010010011111010111000100110010101111011001110000010001100111011111010011010100111 | e8fa93eb8995ece08cefa6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)